/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
    background:#ffffff url(/DAAATA/my.png); /* Optional */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align: center; /* IE Fix */
    margin: 0;
    color:#000;
    }
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #191970; border-bottom: 1px dashed #22316c; }
a:hover { border-bottom: 1px dashed #000000; color: #000000; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/    
#container {
    margin: 0 auto;
    width: 940px;
    background: #fff url(img/dot_line.gif) repeat-y 25%;
    border: 1px solid #ddd;
    padding: 0 5px;
    text-align: left; /* Cancel IE Fix */
    }
    
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/        
#header {
    background:#005177 url(img/banner.jpeg) no-repeat 100% 0;
    border-bottom: 4px solid #fff;
    border-top: 5px solid #fff;
    }   
#header h1 {    
    margin: 0;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: normal;
    cursor: default;
    }   
#header h2 {    
    margin: 0;
    color: #ffffcc;
    font-size: 1.2em;
    padding-left: 1px;
    cursor: default;
    }   

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
    background:#6F0000; 
    border-bottom: 4px solid #fff;
    margin: 0; 
    padding: 0;
    height: 2.305em;
    }
#nav li {
    list-style-type: none;
    display: inline;
    line-height: 20px;
    } 
	
#nav li a {color:blue;}       
#nav li a { 
       
    text-decoration: none; 
    color: #ffffff;
    background-color:#6F0000;
    border-right: 3px solid #fff; 
    border-bottom: 0;
    padding: 5px 9px;
    font-size: 1em;
    float: left;
    font-weight: bold;
    }
#nav li a:hover { background-color:#000; }
#nav li a.on { background-color: #C0C; color: #ffffff; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
    float: left;
    width: 175px;
    position: relative;
    line-height: 20px; 
    word-spacing: 2px;  
    }
#sidebar div { background: #fff url() repeat-x; }   
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
    font-size: 1.1em; 
    color: #000000; 
    margin: 0 10px 0 0; 
    cursor: default;
    }
#content div, #sidebar div { 
    padding: 1px 0 10px 0;  
    border-top: 1px solid #ddd; 
  padding: 10px;
    }   
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
    float: left;
    width: 890px;
    position: relative;
    margin-left: 15px;
    line-height: 20px; 
    text-align: justify; 
    word-spacing: 1px;  
    }   
#content div { background: #fff url() repeat-x;}   
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
    background:#005177 url(img/HSHSP.jpg) no-repeat 850px 5px;
    border-bottom: 5px solid #fff;
    border-top: 10px solid #fff;
    text-align: center; 
    color: #fff;
    font-size: 1.2em;
    padding: 15px;
    line-height: 16px;
    clear: both;
    }
    
#footer a { text-decoration: none; color:#fff; }
#footer a:hover { color: #fff; }


 